Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1DateTimeBase<TTimeValue> Class / DropDownMode Property

In This Topic
    DropDownMode Property (C1DateTimeBase<TTimeValue>)
    In This Topic
    Gets or sets the mode that the DropDown uses to display the DropDownView.
    Syntax
    'Declaration
     
    
    Public Property DropDownMode As DropDownMode
    public DropDownMode DropDownMode {get; set;}
    See Also